home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / warp / INTERN.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-03  |  379 b   |  23 lines

  1. /* $Header: INTERN.h,v 7.0.1.1 86/12/12 16:51:45 lwall Exp $
  2.  *
  3.  * $Log:    INTERN.h,v $
  4.  * Revision 7.0.1.1  86/12/12  16:51:45  lwall
  5.  * Guarded the undefs.
  6.  * 
  7.  * Revision 7.0  86/10/08  15:11:37  lwall
  8.  * Split into separate files.  Added amoebas and pirates.
  9.  * 
  10.  */
  11.  
  12. #ifdef EXT
  13. #undef EXT
  14. #endif
  15. #define EXT
  16.  
  17. #ifdef INIT
  18. #undef INIT
  19. #endif
  20. #define INIT(x) = x
  21.  
  22. #define DOINIT
  23.